IApi.GetAxisBuffers method
Provides pointers to the input and output buffers of an axis. This method is only for RTX64 programs.
Namespace: IntervalZero.KINGSTAR.Base.Api
Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.5.0.0
Syntax
KsError GetAxisBuffers(
int Index
)
Function GetAxisBuffers(
Index As Integer
) As KsError
Parameters
Index
Type: int
The index of an axis. Indexes are zero based. Aliases affect this parameter.
Return value
Type: KsError
A return code of a method.
Usable EtherCAT states
ecatOP
Examples
N/A
See also